MapView empty screen

My code is:
Tesla.Page ux:Class=“Location”
Router ux:Dependency=“router”
JavaScript File=“SettingsDetails.js”
ClientPanel
NativeViewHost
MapView Latitude=“59.911567” Longitude=“10.741030” Zoom=“10”
MapMarker Latitude=“59.911567” Longitude=“10.741030” Label=“Fuse HQ”
MapView
NativeViewHost
ClientPanel

Tesla.Page
My project file is:
{
“Packages”: [
“Fuse.Maps”,
“Fuse”,
“FuseJS”
],
“Includes”: [
",
"Modules/
.js:Bundle”
],
“Android”: {
“Geo”: {
“ApiKey”: “myKEY”
}
}
}
When i open this page i see empty screen. What i did wrong?

Problem was with key. It was for js.