Google Maps API (static) - custom marker not showing up

google-maps, google-maps-markers

Solution

It seems that you defined marker style, but didn't define marker location. It should be:

http://maps.google.com/maps/api/staticmap?center=40.714728,-73.998672&markers=icon:http://tinyurl.com/2ftvtt6|40.714728,-73.998672&zoom=12&size=400x400&sensor=false

Problem

URL: http://maps.google.com/maps/api/staticmap?center=40.714728,-73.998672&markers=icon:http://tinyurl.com/2ftvtt6&zoom=12&size=400x400&sensor=false I have no clue what I'm doing wrong here. Developer Guide: API - Custom Icons ...markers=icon:url[stop]&zoom=...

Original source