Files
rog_app/lib/data/location_data.dart

110 lines
3.5 KiB
Dart

// ignore: non_constant_identifier_names
// 不要
String location_line_date = """
{
"type": "FeatureCollection",
"features": [
{
"id": 1,
"type": "Feature",
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
135.495586,
34.701824
],
[
136.491222,
35.447526
],
[
137.184305,
35.265174
],
[
137.50248,
35.859283
]
]
]
},
"properties": {
"location_id": -1,
"location_name": "fdsfsd",
"category": "dsfds",
"zip": "74120",
"address": "567 Bridge Street Tulsa Oklahoma 74120",
"prefecture": "fdfs",
"area": "fsdfs",
"city": "Ho",
"photos": "dfs",
"videos": "fsdfsd",
"webcontents": "fsdfsd",
"status": "sdfs",
"portal": "fdsfsd",
"group": "fdsfsd",
"phone": "+94773051841",
"fax": "fdsfds",
"email": "info@initappz.com",
"facility": "fdsfds",
"remark": "fdfs",
"tags": null,
"parammeters": "fsdfsd",
"created_at": "2022-03-10T01:23:44.717905+09:00",
"last_updated_at": "2022-03-10T01:23:44.717922+09:00",
"last_updated_user": 1
}
},
{
"id": 2,
"type": "Feature",
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
135.928001,
34.233306
],
[
135.998211,
34.649591
],
[
136.167984,
35.085641
]
]
]
},
"properties": {
"location_id": 2,
"location_name": "fdsfsd",
"category": "dsfds",
"zip": "32400",
"address": "Akkaraipattu 02",
"prefecture": "fdfs",
"area": "fsdfs",
"city": "Akkaraipattu",
"photos": "dfs",
"videos": "fsdfsd",
"webcontents": "fsdfsd",
"status": "sdfs",
"portal": "fdsfsd",
"group": "fdsfsd",
"phone": "773051841",
"fax": "fdsfds",
"email": "admin@front.lk",
"facility": "fdsfds",
"remark": "fdfs",
"tags": "fdsfsd",
"parammeters": "fsdfsd",
"created_at": "2022-03-10T01:46:58.157320+09:00",
"last_updated_at": "2022-03-10T01:46:58.157336+09:00",
"last_updated_user": 1
}
}
]
}""";