Hayri ASLAN Posted May 19, 2012 Posted May 19, 2012 Hi patmap, I want that when I click on unigooglemap, get Latitude and Longitude. How do this? Quote
Hamid Posted June 25, 2014 Posted June 25, 2014 how install googlemap component on uniGUI Beta 0.94.0 i use xe5 can not find ExtPascal Quote
Hamid Posted July 6, 2014 Posted July 6, 2014 in procedure Procedure TUniGoogleMap.SetHTML ; Var AjaxUrl, AjaxParam : String ; Begin If Not (csDesigning in ComponentState) And WebMode And Not SameText(FMapName, 'GoogleMap_Name') Then Begin AjaxParam := 'isEvent=1&Obj='+ Self.ExtPanel.JSName + '&evt=maploaded' + '&_S_ID='+ UniApplication.UniSession.SessionID ; HTML.Text := '<div id="' + FMapName + 'Tag" style="width:100%; height:100%"></div><script>'+FMapName+' = new GoogleMapObject("' + FMapName + 'Tag",' + FloatToStr(FDefaultMapLat, LocalFS)+','+ FloatToStr(FDefaultMapLng, LocalFS) + ',' + IntToStr(FDefaultMapZoom) + ',' + QuotedStr( AjaxParam ) + ') ;</script>' ; End; End; can not find Self.ExtPanel.JSName Quote
golabi2000 Posted October 22, 2016 Posted October 22, 2016 Hi all I Developed UniGoogleMap component for uniGUI. Last Version 1.4.2 ( For Delphi XE - XE2) Last Update 2011-12-07 important: must be install veriosn uniGUI ver 0.87.0.901 or later. This component is a subclass of TUniHTMLFrame. So i write a Objective Class for using GoogleMap API (files\GMap.js). I used Google Map API V3.0 This Class uses a third party Class (markerwithlabel.js). Attention: when you put this component on the form first set MapName property. If you want use multiple Map on your project, must be set unique name for this property. After Install this component add in [uniGUI Additional] section of uniGUI components. I add many future as soon as. Many Thanks to Mr. Farshad for this usefull framework. uniGoogleMap.png Best Regards Babak Yaghoobi Hi How Install in Delphi Berlin ? Please Help me Thanks Quote
deljavan Posted September 17, 2017 Posted September 17, 2017 please help i want test sample http://79.143.178.31...uniGMapDemo.dll in mobile.but dont see current position in map..... image : https://ibb.co/hSBbKQ how use location in google chrome ? Quote
isam Posted February 24, 2018 Posted February 24, 2018 Great job !But Could you upload it?Thank you! Quote
isam Posted February 24, 2018 Posted February 24, 2018 Great job !But Could you upload it?Thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.