Fixed markdown
This commit is contained in:
parent
7e807a2a63
commit
59a24c4000
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ First step is to clone [repository][linkRepo] or download it as an archive.
|
|||
When your are done you find two folders: *lib* and *sample-app-capitals*. First one is a library project that you should add to your project.
|
||||
You don't need any additional permissions in your AndroidManifest.xml to use API library, so you can write real code straight away, calling for different `MapsWithMeApi` methods (more details below).
|
||||
|
||||
##Classes Overview and HOW TO
|
||||
## Classes Overview and HOW TO
|
||||
Core classes you will work with are:
|
||||
|
||||
* [com.mapswithme.maps.api.MapsWithMeApi][linkApiClass] - static class with methods such as `showPointOnMap(Activity, double, double, String)` etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue