Rich
Rich

Reputation: 35

Google Maps API Positioning Issue

I'm currently using the Google Maps API on the following test site:

http://www.curiousme.com/clients/harrydobbs/wordpress/

The issue i'm having is that the map is loading in a completely different position to the place that I want. Does anyone have experience in solving this and getting the map icon to appear in the middle of the map, when using a javascript content slider.

all help much appreciated!

Cheers, Rich

Upvotes: 0

Views: 110

Answers (1)

Collin Green
Collin Green

Reputation: 2196

I looked at your site; is your problem that the infowindow is not perfectly on the marker, or that the infowindow and marker are not centered on your map?

If the latter, your marker is set at (51.54711, -0.07415) but your map is centered at (51.5547, -0.1400). Updating your map constructor options to match your marker might solve the problem.

Upvotes: 1

Related Questions