.\
cggooglemapmarker__define.pro
Class description for cgGoogleMapMarker
Fields
Fields in cgGoogleMapMarker
- LATS ptr_new()
- SIZE ''
- LONS ptr_new()
- LABEL ''
- COLOR ''
top cgGoogleMapMarker__Define
Utility
cgGoogleMapMarker__Define
This program is the definition module for a Google Map Marker structure, which is used in the GoogleMapWidget object to add markers to Google Static Map images.
Examples
Create a variety of map markers:
marker1 = {cgGoogleMapMarker, 'normal', 'dodger blue', 'A', $
Ptr_New(40.600), Ptr_New(-105.100)}
Author information
- Author:
FANNING SOFTWARE CONSULTING:
David W. Fanning 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com
- Copyright:
Copyright (c) 2012, Fanning Software Consulting, Inc.
- History:
Written, 20 June 2012.
File attributes
Modification date: | Fri Mar 27 11:07:37 2015 |
Lines: | 74 |
Docformat: | rst rst |