Google-maps – How to add a marker to a non-address location on Google Maps

google maps

In Google Maps, how can I have a place-marker appear for a place by using only it's coordinates?

The short code I'm currently using is:

[map lat="46.090271" long="6.657248" zoom="9" type="" width="670" height="350"]

If I could enter an address, I would be able to use the following shortcode to add a placeholder:

[map lat="46.090271" long="6.657248" zoom="9" type="" width="670" height="350" address="morillon, france"]

But I really need a more specific location to pinpoint the chalet itself.

Any ideas greatly appreciated!

Best Answer

You can use description (name) @46.090271,6.657248 as the address.