Skip to content

candeeboy/eegeo-sdk-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eeGeo Logo

eeGeo SDK Samples

eeGeo

The eeGeo SDK is a cross-platform, OpenGL-based library for displaying beautiful, engaging 3D maps.

What does the eeGeo mapping platform have to offer?

  • Detailed 3D coverage for the whole of Canada, Great Britain, the United States, and more
  • Indoor maps in full 3D
  • Flexible themes, allowing you to change the style of your map
  • Customisable pins and markers
  • Support for custom 3D models and animation
  • Compatibility with iOS, Android, Windows, and OS X
  • Continuous deployment, meaning you get the latest features as they're developed

This repository demonstrates a selection of individual features of the eeGeo SDK on both iOS and Android.

Support

If you have any questions, bug reports, or feature requests, feel free to submit to the issue tracker for this repository.

Getting Started

  1. Clone this repo: git clone https://github.com/eegeo/eegeo-sdk-samples.git
  2. Obtain an eeGeo API key and place it in the ApiKey.h file.
  3. See table below to see detailed instructions for building the app.
Platform Languages
Getting started on Android C++, Java
Getting started on iOS C++, Objective-C

eeGeo API Key

In order to use the eeGeo 3D Maps SDK, you must sign up for a free developer account at https://www.eegeo.com/developers. After signing up, you'll be able to create an API key for your apps.

To run this example app, you must place the API key in the ApiKey.h file.

If you are creating a new app, or integrating eeGeo 3D Maps into an existing app, the API key should be passed as the first argument to the constructor of EegeoWorld.

SDK Samples

When running the application, you can use the "Next" and "Previous" buttons to cycle through the samples, or tap the name of the example to open a drop-down menu.

Each example demonstrates a different feature of the SDK. You can find the source for them all in the src/Examples directory.

For a demonstration of a complete application, see the eeGeo Example App. It displays a variety of SDK features and is a good starting point to learn how the SDK works.

SDK Documentation

See the eeGeo API reference for documentation on the individual SDK types.

License

The eeGeo 3D Maps SDK is released under the Eegeo Platform SDK Evaluation license. See the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.0%
  • CMake 14.4%
  • Java 6.7%
  • Objective-C++ 6.5%
  • Objective-C 1.7%
  • C 0.6%
  • Other 1.1%