Jump to content

Search the Community

Showing results for tags 'maps'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 11 results

  1. 🌟 Falcon Store – Delphi Components for uniGUI 🔗 Official Store: https://store.falconsistemas.com.br Falcon Store provides a wide collection of Delphi components with support for the uniGUI framework (Web & Mobile). Our mission is to deliver productivity, practicality, and modern features for Delphi developers working on web applications. 📦 Available Components Dialogs & Notifications [01] iGrowl (Web & Mobile) → Modern notification system. [02] Toast (Web & Mobile) → Quick toast-style messages. [03] Confirm (Web & Mobile) → Confirmation dialog box. [04] Popup (Web) → Customizable popup content. Charts & Data Visualization [05] KendoUI (Web & Mobile) → Charts using KendoUI API. [06] Google Charts (Web & Mobile) → Charts powered by Google Charts API. [07] HighCharts (Web & Mobile) → Advanced charting with HighCharts API. Input Fields & Controls [08] Edit Mask (Web) → Input field with dynamic mask change. [09] Edit (Web) → Input field with password strength check. [10] Button (Web) → Fully customizable button. [11] Toggle (Web & Mobile) → Custom toggle switch. [12] Menu Button (Web) → Button with dropdown menu. [13] ComboBox (Web) → ComboBox with ValueID support. [14] CalcEdit (Web) → Input field with calculator. [15] ComboMultiple (Web) → Multiple item selection. [16] ComboSelect (Web) → Searchable selection field. Utilities & Extra Features [17] Google Maps (Web & Mobile) → Google Maps integration. [18] ColorPicker (Web) → Advanced color picker. [19] Theme (Web) → Theme management for uniGUI apps. [20] QrCode (Web & Mobile) → QR Code generator. [21] Keys (Web & Mobile) → Secret Keys manager (Google). [22] MultiUpload (Web & Mobile) → Multiple file upload component. [23] Signature (Web & Mobile) → Digital signature (Signature Pad). [24] Pix (Web & Mobile) → PIX QR Code generator in Delphi. [25] Camera (Web) → Webcam access (Chrome compatible). [26] QrCodeScanner (Web & Mobile) → Scanner for QR Codes, Barcodes, and 15+ formats. [27] Google Sign-In (Web) → Integrated Google login. Components for Delphi | uniGUI, IntraWeb, FMX, VCL : https://components.falconsistemas.com.br 📬 Support & Contact ✉️ Email: suporte@falconsistemas.com.br
  2. An example showing how to incorporate Leaflet and OpenStreetMaps into UniGUI. The following lines must be added to the ServerModule | CustomFiles: https://unpkg.com/leaflet@1.3.4/dist/leaflet.css https://unpkg.com/leaflet@1.3.4/dist/leaflet.js See the Mapbox Tab in the application for more details. P.S. I am no expert with Leaflet - please see the following for more details: Getting started with Leaflet OpenStreetMap Mapbox - the accessToken used for this is a public one...you can register to receive your own. Leaflet Maps Example.zip
  3. Hi, in my application I'm starting using UniMap, the case is that I don't want to show the MapLayers in map, instead of that I want to do it by code, but I don't Know how to do it, Anyone can help me?, in other case how can I show the compass in map and change the direction? Thanks.. I'm using: Delphi 10.2 Unigui: FMSoft_uniGUI_Complete_Professional_1.90.0.1555 TUniMap
  4. Hi programers. I having the error as show below when I try to delete a Marker. I'm coding UniMap1.Markers.Delete(Trunc(UniNumberEdit4.Value)); And Argument out of rage error raise. Who can help me? Thank for your help.
  5. Hi programers I am working with UniMap and I realize that when I add a CustomIconText to the Marker it covers the entire Marker and I would like the CustomIconText to be as shown in the image, which is above the marker. How can you do that?, Thank you for your collaborations.
  6. Hello developers I working a project with TUnimaps and after adding the markers on the map, when closing and open the application they aren't longer there. How can I show on the map the previously added markers? Tranks. I'm using delphi 10.2 Unigui 1.90.0.1555
  7. Why pay google ? Use leaflet API and be happy ! Simple geolocation (Desktop and Mobile) using Leaflet JS API. Get latitude and longitude coordinates to use wherever you want. Cheers... PS: Download only to uniGUI subscribers. Forum/uniGUI Staff Rules. http://www.uniguiexpress.com https://www.uniguiexpress.com/Promopack04.htm <--- See more example and buy others no long available here. Our group at Telegram: https://t.me/uniguiexpress Visite http://www.unigui.com.br/ Nosso grupo no Telegram: Livros, packs de projetos, cursos, serviços, consultoria e tudo sobre unigui ! https://t.me/uniguiBrazil Project available only in the pack Silver at https://www.uniguiexpress.com
  8. I place multiple circles over a course of time on a Google Map (using various events). Within a new event, how can I remove the LAST circle drawn and at the same time preserve all of the other circles ? Any help would be appreciated - thanks. // Draw Circle UniSession.AddJS('var gm = googleMap; '+ 'if (typeof gm == "object") '+ '{ '+ ' var myLatLng = {lat: '+LatStr+', lng: '+LngStr+'}; '+ ' var circle = new google.maps.Circle '+ ' ( '+ ' { '+ ' strokeColor: ''#0000FF'', '+ ' strokeOpacity: 0.8, '+ ' strokeWeight: 2, '+ ' fillColor: ''#FF0000'', '+ ' fillOpacity: 1.00, '+ ' map: gm, '+ ' center: myLatLng, '+ ' radius: 10 '+ ' } '+ ' ); '+ '} ' );
  9. Firstly I would like to pass a comment to the UniGUI team, the more I work with UniGUI the more I love it - thank you. It is a interesting learning curve from Delphi to UniGUI - again thanks for your patience. Now the question at hand:- I have some JS below that will interrogate the mobile GeoLocation services (under https) and return the Lat/Long if available - all good. What I have done instead of the Alert(Lat/Long), I am sending an ajax request with the Lat/Long data so I can listen for the ajax event (via PDFmForm.PDFFrame) and then call Google Maps via GPSmForm - please advise how to format the URL with ALL the positional data - thanks. // Get Lat/Long procedure TPDFmForm.UnimFormTitleButtonClick(Sender: TUnimTitleButton); begin case Sender.ButtonId of 0 : begin // Seperator end; 1 : begin UniSession.AddJS( 'navigator.geolocation.getCurrentPosition'+ '( '+ 'function(position)'+ '{ '+ // ' alert("Your latitude: " + [position.coords.latitude] + ", longitude: " + [position.coords.longitude]); '+ // removed alert and sent an ajax request with Lat/Long instead ' ajaxRequest(PDFmForm.PDFFrame, "_GeoLocation" ,' + ' ["lat=" + position.coords.latitude, ' + ' "lng=" + position.coords.longitude, ' + ' "acc=" + position.coords.accuracy, ' + ' "alt=" + position.coords.altitude, ' + ' "altacc=" + position.coords.altitudeAccuracy, ' + ' "head=" + position.coords.heading, ' + ' "ts=" + position.coords.timestamp ' + ' ]);' + '} '+ ', '+ 'function(error)'+ '{ '+ ' switch(error.code) '+ ' { '+ ' case 0: '+ // UnKown ' alert(error.message); '+ ' break; '+ ' case 1: '+ // Denied ' alert(error.message); '+ ' break; '+ ' case 2: '+ // UnAvailable ' alert(error.message); '+ ' break; '+ ' case 3: '+ // TimeOut ' alert(error.message); '+ ' break; '+ ' } '+ '} '+ ') ' ); ... // Listen for Lat/Long Request procedure TPDFmForm.PDFFrameAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if SameText(EventName, '_GeoLocation') then begin // Make available to GPSmForm UniMainModule.GpsLat:= StrToFloat(Params.Values['lat']); UniMainModule.GpsLng:= StrToFloat(Params.Values['lng']); // GPSmForm.ShowModal; end; end; ... // Call Google Maps procedure TGPSmForm.UnimFormShow(Sender: TObject); var LatStr, LongStr, s: String; begin LatStr:= Format('%2.4f', [uniMainModule.GpsLat]); LatStr:= StringReplace(LatStr, ',', '.', [rfReplaceAll]); LongStr:= Format('%2.4f', [uniMainModule.GpsLng]); LongStr:= StringReplace(LongStr, ',', '.', [rfReplaceAll]); // HTMLFrame.HTML.Clear; s:= 'https://www.google.com.au/maps/@'+LatStr+','+LongStr+',10z'; HTMLFrame.HTML.Add(s); // I need formatted URL for Google Maps with all of the Lat/Long info from position ERROR Desktop: "Cannot Read Property 'First Child' Of Null" ERROR Mobile: "Cannot find variable google" - is this in addition to above a UniServerModule Custom Files issue "http://maps.googleapis.com/maps/api/js?sensor=false"?
  10. vbdavie

    Google Maps

    I'm using FullBlown demo build 1205 (trial version) The problem is that GoogleMaps used to work and now it doesn't <with chrome>. It does however work on my IPAD. In fact on Safari it works very nicely with the dragging of your finger. WIndows: I am using many different browsers. Here is what's happened. The maps USED to work with my Chrome with my old uniGUI build 1187. Now that I upgraded from 1187 to 1205, it doesn't work with Chrome anymore. My chrome version is Version 45.0.2454.93 m. I also noticed that it doesn't work with my FireFox version 40.0.3 either. It gives the same type of AJAX error message that I have attached as a screen shot. I also have IE8<ugh>, and it doesn't work with that either, but I can't remember if it worked with build 1205. The IE8 issue is NOT a big deal, since the vast majority of the people will NOT be using it. I jsut thought I would provide you with all my experiences. APPLE: I also have an IPAD with Chrome and Safari. It's wierd that they operate differently. Safari: You can drag your finger around and the map scrolls around - Cool. Chrome: You can NOT drag your finger around, but at least it shows the map. Anybody else experience this? Davie
  11. Hi I would suggest a component that enables integration with google maps thanks Emiliano
×
×
  • Create New...