Re: Background with no map
On Oct 22, 2:30 pm, purposeman <ra...@placeofpurpose.com> wrote:
> I am using Google Maps API in events-manager plugin for Wordpress and
> get the grey background with the Google logo, the address bubble and
> the red pin that shows where my location should be on the map but the
> actual map is not there.
It is! Your marker is at coordinates (0,0), which is apparently where
it's told to be:
latitude = parseFloat('0');
longitude = parseFloat('0');
Presumably that data is coming from somewhere else.
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home