Create awesome android application with mark location feature on google's map by lazy
PolygonMarloFragment
for create Polygon geometryPointMarloFragment
for mark one to multi point geometry- Swicth between maps and satellite mode
- Mark with sound effect (you can also mute it)
- Support data flow with GeoJson or Marlo's model
- Build-in drawing tools that can styles as you want also can padding top or Bottom
- Enable Location feature if not
- Auto start maps at current location or specify location by lazy
MarloFragment
is open for extension
make sure add JCenter to build script's repositories
repositories {
jcenter()
}
Add dependencies on app module
dependencies {
...
compile 'th.or.nectec.android:marlo:+' //Change `+` to latest stable version is Recommended
...
}
Copyright 2016 NECTEC
National Electronics and Computer Technology Center, Thailand
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.