Skip to content

Android: KML/geoJSON support#692

Open
m1ga wants to merge 13 commits intomasterfrom
kml
Open

Android: KML/geoJSON support#692
m1ga wants to merge 13 commits intomasterfrom
kml

Conversation

@m1ga
Copy link
Contributor

@m1ga m1ga commented Apr 3, 2024

For testing

Example:

var mapview = Map.createView({
	mapType: Map.NORMAL_TYPE,
	region: {
		latitude: 47.75051421372,
		longitude: 8.95476601120893,
		latitudeDelta: 0.01,
		longitudeDelta: 0.01
	},
	kml: fileKML.read(),
	geoJSON: {
		json: fileGeoJSON.read(),
		// file: '/file.json`,
		backgroundColor: "rgba(0,0,0,0.5)",
		bordercolor: "yellow",
		borderWidth: 4
	},
});
var file = Ti.Filesystem.getFile("example.kml");
mapview.kml = file.read();
Screenshot_20251001-213408 Screenshot_20251001-213831

ti.map-android-5.8.0.zip

@m1ga m1ga changed the title kml support Android: KML support Apr 3, 2024
@m1ga m1ga changed the title Android: KML support Android: KML/geoJSON support Oct 1, 2025
@m1ga m1ga marked this pull request as ready for review October 2, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant