1st of all I would Thank To @Django_s_Android_App For Making The Extension
New I Am Trying To Mark Multiple a GPX & KML Marking Application But Unworthily Facing This Error !
TRYING TO CREATE
1. Mark Multiple Point on Map
2. Show All The Mark Point on Map
3. Share The All Marking Point As KML File
4. Share The All Marking point As GPX File
Used Extension For it
[FREE]DjGPXTool extension - Extensions - Kodular Community
Extension in dynamic components schema - #6 by 3dmixer
Plz Guide Me @SteveJG or @Django_s_Android_App what's wrong with my Blocks or anything else ... I
{ Design Part }
Live Testing Error
Relevant Block
The .aia File if required -
KML_GPX_Maker.aia (50.0 KB)
Are you sure that's the way to add markers to map?
2 Likes
1st of all Thanks for attending my posts..
I am Not sure about it to create Markers dynamic component..
if anything wrong plz guide
You do NOT need the DynamicComponents extension. The Map.CreateMarker block does this for you .
When a developer uses run time Markers (which is what happens when he/she uses the CreateMarker Block and he/she has a Map control on his/her Screen) the placement of the marker appears instantly. once the CreateMarker 'creates a marker. How this is implemented is up to the developer; usually by using a for each number Block. There are literally dozens of ways to do this
This simple example posts two markers from a fixed List. It pans to them and ensures the Button that creates them only r…
Attempting to use the DynamicComponent extension might not be compatible with the Map component. Use the example code to create run time Markers instead. Why use an extension to attempt to generate Markers when the tool is already provided in App Inventor?
3 Likes