REST vs Android API
up vote
0
down vote
favorite
What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
here-api here-maps-rest
add a comment |
up vote
0
down vote
favorite
What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
here-api here-maps-rest
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
here-api here-maps-rest
What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
here-api here-maps-rest
here-api here-maps-rest
asked Nov 21 at 22:04
Matheus Saraiva
361114
361114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
There are 2 flavours of the HERE Mobile SDKs at the moment: Starter and Premium edition.
The starter edition is more or less identical to the REST interfaces and is using it also under the hood. It takes away all the boilerplate code you'd have to write (map tiling, fetching tiles and tile scrolling, REST requests to al the services and converting it into local objects, and so on).
The premium edition is using the HERE Hybrid engine instead. This means a lot of the services also work offline and run directly on your device, the mapdata is a special vector format that is also downloaded on your device, and you use online services and offline services mixed.
The premium edition has (beside offline capabilities) also some additional features you won't get in REST or in starter SDK, like turn by turn guidance or LiveSight.
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
There are 2 flavours of the HERE Mobile SDKs at the moment: Starter and Premium edition.
The starter edition is more or less identical to the REST interfaces and is using it also under the hood. It takes away all the boilerplate code you'd have to write (map tiling, fetching tiles and tile scrolling, REST requests to al the services and converting it into local objects, and so on).
The premium edition is using the HERE Hybrid engine instead. This means a lot of the services also work offline and run directly on your device, the mapdata is a special vector format that is also downloaded on your device, and you use online services and offline services mixed.
The premium edition has (beside offline capabilities) also some additional features you won't get in REST or in starter SDK, like turn by turn guidance or LiveSight.
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
add a comment |
up vote
2
down vote
accepted
There are 2 flavours of the HERE Mobile SDKs at the moment: Starter and Premium edition.
The starter edition is more or less identical to the REST interfaces and is using it also under the hood. It takes away all the boilerplate code you'd have to write (map tiling, fetching tiles and tile scrolling, REST requests to al the services and converting it into local objects, and so on).
The premium edition is using the HERE Hybrid engine instead. This means a lot of the services also work offline and run directly on your device, the mapdata is a special vector format that is also downloaded on your device, and you use online services and offline services mixed.
The premium edition has (beside offline capabilities) also some additional features you won't get in REST or in starter SDK, like turn by turn guidance or LiveSight.
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
There are 2 flavours of the HERE Mobile SDKs at the moment: Starter and Premium edition.
The starter edition is more or less identical to the REST interfaces and is using it also under the hood. It takes away all the boilerplate code you'd have to write (map tiling, fetching tiles and tile scrolling, REST requests to al the services and converting it into local objects, and so on).
The premium edition is using the HERE Hybrid engine instead. This means a lot of the services also work offline and run directly on your device, the mapdata is a special vector format that is also downloaded on your device, and you use online services and offline services mixed.
The premium edition has (beside offline capabilities) also some additional features you won't get in REST or in starter SDK, like turn by turn guidance or LiveSight.
There are 2 flavours of the HERE Mobile SDKs at the moment: Starter and Premium edition.
The starter edition is more or less identical to the REST interfaces and is using it also under the hood. It takes away all the boilerplate code you'd have to write (map tiling, fetching tiles and tile scrolling, REST requests to al the services and converting it into local objects, and so on).
The premium edition is using the HERE Hybrid engine instead. This means a lot of the services also work offline and run directly on your device, the mapdata is a special vector format that is also downloaded on your device, and you use online services and offline services mixed.
The premium edition has (beside offline capabilities) also some additional features you won't get in REST or in starter SDK, like turn by turn guidance or LiveSight.
answered Nov 23 at 9:34
Marco
1,6521018
1,6521018
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
add a comment |
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
I will use Flutter, for which there is no plugin, so I only have to use the HERE REST API. Is there a premium version of the REST API, with the additional features you mentioned?
– Matheus Saraiva
Nov 24 at 11:38
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
No, for Guidance and LiveSight you would need to build on top of the Premium Mobile SDK.
– Marco
yesterday
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53421097%2frest-vs-android-api%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown