B4J Question [BANanoVuetifyAD3] Help me run gmap-cluster and get latlng in events (gmap_CenterChanged, gmap_mousemove, gmap_click)

NGUYEN TUAN ANH

Active Member
Licensed User
Dear Mr @Mashiane and all,
i comeback to research BANanoVuetifyAD3 in Google Map subject
I see in VueGmap module has Sub Use:
VueGmap Modul in BANanoVuetifyAD3:
Sub Use(vuetify As VuetifyApp)
        'ensure that the module is loaded
        If vuetify.ModuleExist("googlemap") = False Then
            Dim VueGoogleMaps As BANanoObject
            VueGoogleMaps.Initialize("GmapVue")
            Dim opt As Map = CreateMap()
            BANanoShared.PutRecursive(opt, "load.key", mGoogleMapKey)
            BANanoShared.PutRecursive(opt, "load.libraries", "places,directions,drawing")
            BANanoShared.PutRecursive(opt, "installComponents", True)
            BANanoShared.PutRecursive(opt, "autobindAllEvents", True)
            vuetify.Use1(VueGoogleMaps, opt)
'-------------------------------------------------
'        Dim Cluster As BANanoObject = VueGoogleMaps.GetField("Cluster")
'        google = VueGoogleMaps.GetField("gmapApi")
'        vuetify.ImportComponentBO("gmap-cluster", Cluster)
'------------------------------------------------------
            vuetify.AddModule("googlemap")
        End If
End Sub
Could you please Help me run gmap-cluster in Google Map.
Additional, help me get latitude, longtitude in some events (gmap_CenterChanged, gmap_mousemove, gmap_click)
Thanks you very much
Best Regards.
PS:
May i send Mr @Mashiane or any one some money to do this ?
Could you please help me as soon as possible
I'm waiting for you
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…