Google maps marker not correct location

Home Forums Porto – Responsive HTML5 Template Google maps marker not correct location

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10024429
    edwardkoks
    Participant

    Hello,

    I’m having problems with the google maps marker. I’ve search the correct longitude/latitude with the website yoou propose. When I use these coordinates on google maps, the location is perfect. However when I use the same coordinates in the script on my website, the location (map marker) is not correct anymore.
    What can I do about this?

    Correct location on goolge maps
    Correct location
    Wrong location on my website:
    Wrong location

    Latitude: 50.98119196714382
    Longitude: 5.491141676902771


    • This topic was modified 6 years, 2 months ago by edwardkoks.
    #10024438
    Support2
    Keymaster
    This reply has been marked as private.
    #10024443
    edwardkoks
    Participant
    This reply has been marked as private.
    #10024445
    Support2
    Keymaster

    Hello,

    Please, try with the code below at “Map Markers”:

    // Map Markers
    var mapMarkers = [{
    	latitude: 50.9811855,
    	longitude: 5.4905444,
    	html: "<strong>Vespadiscovery</strong><br>Wildekastanje Laan, 3600 Genk",
    	popup: true
    }];

    Please, try that and let me know if you need further assistance.

    Kind Regards,

    Rodrigo.


Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.