From dead08ca75c7b4c8892859557c6fe3007cbf0688 Mon Sep 17 00:00:00 2001 From: Mobile Roshka Date: Wed, 13 May 2020 20:47:45 -0700 Subject: [PATCH] Funciona correcrtamente el mapa y marcadores --- ProductosPY/entities/CustomMarkerView.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ProductosPY/entities/CustomMarkerView.swift diff --git a/ProductosPY/entities/CustomMarkerView.swift b/ProductosPY/entities/CustomMarkerView.swift new file mode 100644 index 0000000..1a3a75d --- /dev/null +++ b/ProductosPY/entities/CustomMarkerView.swift @@ -0,0 +1,9 @@ +// +// CustomMarkerView.swift +// ProductosPY +// +// Created by Mobile Roshka on 5/13/20. +// Copyright © 2020 Mobile Roshka. All rights reserved. +// + +import Foundation -- libgit2 0.26.0