Problem with GMapUIOptions and mapType
|
#1 -
5/23/2012 12:29:28 PM
|
Reporta abuso
|
PermaLink
|
|
Problem with GMapUIOptions and mapType
|
|
|
|
|
Hi,
Sorry for my last post but in IE this forum doesn't work for me, in Google Chrome it works...
I just purchased and downloaded the latest version v4 of your control but I'm having problems with GMapUIOptions and mapType. Not all the options in GMapUIOptions are working (zoom_doubleclick) and when creating a new GMapUI with the options I can't set the default mapType to Hybrid.
I'm using ASP.net 4 and tested in IE, Firefox and Google Chrome.
Am I doing something wrong or is it a bug?
My code is:
Dim oMapOptions As New GMapUIOptions() oMapOptions.zoom_doubleclick = True GMap1.addGMapUI(New GMapUI(oMapOptions)) GMap1.mapType = GMapType.GTypes.Hybrid
I just want to have the standard Google controls in the map and set the default mapType to Hybrid.
Thanks for your reply.
|
|
|
|
|
|
#2 -
6/11/2012 9:07:08 PM
|
Reporta abuso
|
PermaLink
|
|
RE: Problem with GMapUIOptions and mapType
|
|
|
Hi VHDeveloper We're sorry but we've just released v4 (still in beta) and moved to Google Maps API v3, which is quite different from v3, so expect some bugs. We tried to provide backwards compatibility against a completely new API, so pleare be patient and thanks for the bug report. If you want the old stable version, please go to the changelog here http://googlemaps.subgurim.net/ChangeLog.aspx and download v3.4.1 which is much more stable and tested by hundreds of users.
|
|
|
|
|