hii all
i write a app in VB.net 2010 for show a sms gps data that receive from
mobile in google automatically now the problem i need a option to
change the marker, this is my code and can some one telling me where i
can add any statment that allow me to change a marker, rather than i
use only the red marker
strTemp = "var point=new GLatLng(" & DGV.Rows(pI).Cells(2).Value & ","
& DGV.Rows(pI).Cells(3).Value & ");" & vbCrLf
strTemp = strTemp & "var marker = createMarker(point,""" &
DGV.Rows(pI).Cells(0).Value & """ , ""Location of " &
DGV.Rows(pI).Cells(0).Value & """);" & vbCrLf
strTemp = strTemp & "map.addOverlay(marker);" & vbCrLf
strTemp = strTemp & "map.setMapType(G_SATELLITE_MAP);" & vbCrLf
best regards
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.