Skip to content

Instantly share code, notes, and snippets.

@maplinkapi
Created April 19, 2013 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maplinkapi/5421394 to your computer and use it in GitHub Desktop.
Save maplinkapi/5421394 to your computer and use it in GitHub Desktop.
var icon = new MIcon();
icon.image = "http://images-map.maplink.com.br/images/ico_marker_a.png";
icon.iconAnchor = new MIconPoint(20, 40);
icon.infoWindowAnchor = new MIconPoint(40, 40);
icon.iconSize = new MSize(40, 40);
var routePoint = new MRoutePoint();
routePoint.icon = icon;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment