Posts by Rochinha • 53 points
2 posts
-
3
votes1
answer1514
viewsQ: error in getting values from stdClass php array
When I use echo var_dump($location); I get this: object(stdClass)#1226 (2) { ["type"]=> string(5) "Point" ["coordinates"]=> array(2) { [0]=> float(44.0928438) [1]=> float(-70.20876942) }…
-
2
votes2
answers1179
viewsQ: How to move an icon on the map behind my location?
I’m doing a project that uses the API v2 from Google Maps. On this map appears my location that will be updated as I move. I put an icon with the police image, and I wanted that icon to come after…