Mobile Map Technology

Manuel de la Calle Alonso     mdelacalle@glob3mobile.com     @mdelacalle

What is Mobile Map technology?

It's an open source API to build native maps applications that runs on any device

Capabilities

 

The workshop.

  1. Android
  2. How to configure a workspace
  3. Hello World
  4. Raster Layers
  5. Vector Layers
  6. Basic Symbology
    1. Markers
    2. Symbolizers
  7. Initializations Tasks
  8. Periodical Tasks

Android on MMT.

  • Native performace
  • Code translated (it's a native API, no bindings)
  • Performance
  • Eclipse
  • Shares a lot of code with GWT version.

Getting started:

 

https://github.com/glob3mobile/g3m

Tip: Use the purgatory branch if you want to have the latest capabilities and the best performance, it's a very stable branch

https://github.com/glob3mobile/g3m/tree/purgatory/Android

Wiki

 

https://github.com/glob3mobile/g3m/wiki

The Demo Project:

 

https://play.google.com/store/apps/details?id=org.glob3.mobile.demo

https://github.com/glob3mobile/g3m/tree/purgatory/Android/G3MAndroidDemo

Workspace

 

https://github.com/glob3mobile/g3m/wiki/Configure-Workspace-Android

Hello World

 

Activity:

https://gist.github.com/mdelacalle/15349c568d43e8e2aeba

Manifest:

https://gist.github.com/mdelacalle/925ad3aa05c48dbbd7a7

Layout:

https://gist.github.com/mdelacalle/15349c568d43e8e2aeba

Mobile map technology

By Manuel de la Calle Alonso