maps

  1. Pete_S

    Android Question Save Map To KeyValueStore, Load Map From KeyValueStore

    I created this code. It works but I was wondering if there is an easier/optimized way to save a map to a KeyValueStore and retrieve it back from the KeyValueStore. Main: Sub Process_Globals End Sub Sub Globals End Sub Sub Activity_Create(FirstTime As Boolean) Dim map1 As Map...
  2. R

    iOS Question Google maps marker modification

    In B4A i was able to change a bitmap and add a number, before i used this bitmap for a marker. In B4I i tried this code: Dim Bitm As B4XBitmap = LoadBitmap(File.DirAssets,"Markerg.png") Cv.Initialize(Bitm) Cv.DrawCircle(25dip,39dip,14dip,Colors.DarkGray,True,0) Dim f As...
  3. juniorteacher

    Android Question Add Image in Infowindow Marker Maps from server

    only last image in my server,shown in all marker (should be different) i use imagedownloader Sub Globals 'These global variables will be redeclared each time the activity is created. 'These variables can only be accessed from this module. Private VP As AHViewPager Private...
  4. Alexander Stolte

    iOS Question Google Maps get current position per code

    Hey, I can not determine the current position. How does work in B4I? My current code: Private Sub AddMap gmap.Initialize("gmap", Main.API_KEY_2) pnl_gmap.AddView(gmap, 0, 0, 100%X, 100%y) 'gmap.MapType = gmap.MAP_TYPE_TERRAIN gmap.GetUiSettings.CompassEnabled = False...
  5. Sapta

    Android Question How to create a gmap polyline to smooth the line and how to implement StartForeground ?

    Hi all, I created a program to track when running. The obstacles I found, 1. How to write in the gmap so that it is smooth? because this time the result is like this (the lines are stiff, especially at the turn). I use this code, is there anything missing ? pl = GMap.AddPolyline...
  6. KMatle

    Android Tutorial [B4x]Data exchange (B4x, php, servers, .net and others)

    After some years I have developed several apps to communicate with other apps, servers and platforms. My goal was to have ONE standard solution without additional propriatary solutions which work only on platform a but not on b. So I've ended up with lists and maps converted from/to JSON...
  7. juniorteacher

    Android Question Add Marker Like Google My Maps

    how to add marker in map, like Google My Maps ? by moving the map and map marker stay in middle of the map.
  8. Waldemar Lima

    Android Question how can i do to change GoogleMaps Marker Icon ?

    hi everyone ! i would like know how can i change marker icon using Erel Library From GoogleMaps v2 tutorial .
  9. David Elkington

    Android Question OSMDroid vs Google Maps

    There seem to be a few experts on the forum regarding maps so I would like to add a question. If I wanted to build an app where people would go out into the world, mark their position on a map in an easy way and then enter details on their location, which would be the best mapping function to...
Top