Location Base App

Location Base App

Location base starter app

Free!

(1)
parwej ahamad

parwej ahamad

Member since 2014

Details

Version:
2.0
Size:
6mb
Ionic:
2.x,3.x
Platforms:
iOS, Android
Released:
7 years ago
Updated:
7 years ago
Category:
Starters
Tags:
Location base starter app, location base app theme, location base starter app in ionic, location base starter app in ionic2

This will help us to speed up development for any location base app. You can list any offers, services, places and promote it. If you want some customization or any help then let me know. ahamad.shabnam[at]gmail.com

Note:

  1. Attached whole source code. Just create a project in ionic 2 and replace src folder
  2. Integrated google map to show the listing on map
  3. Dummy data included to show to listing so you can start just calling your service in change the prop

Download latest one https://www.dropbox.com/s/ohke2dkxmj755d3/com.ion2location2.0.zip?dl=0

Hey there! You'll need to log in before you can leave a comment here.

parwej ahamad

parwej ahamad   ·   7 years ago

In case you are getting error 'google' is not declare or not found then follow the below steps: - Install the TypeScript Definition Manager CLI97 using npm... npm install typings --global - Then use your CLI to navigate into your Ionic 2 project's folder - And finally, install the google map definition files using the typings CLI... typings install dt~google.maps --global

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Laurentiu Morariu

Laurentiu Morariu   ·   7 years ago

Getting errors even after installing typings: Typescript Error - Cannot find name 'google'.

parwej ahamad

parwej ahamad   ·   7 years ago

See my below comments: In case you are getting error 'google' is not declare or not found then follow the below steps: - Install the TypeScript Definition Manager CLI97 using npm... npm install typings --global - Then use your CLI to navigate into your Ionic 2 project's folder - And finally, install the google map definition files using the typings CLI... typings install dt~google.maps --global

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ryan Pascal

Ryan Pascal   ·   7 years ago

Hello, can you provide the package.json so I can look at what dependencies your using?

parwej ahamad

parwej ahamad   ·   6 years ago

Added whole source code, you can find inside that. https://www.dropbox.com/s/ohke2dkxmj755d3/com.ion2location2.0.zip?dl=0

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Flavia

Flavia   ·   6 years ago

Hello, Can you help me with this error: Typescript Error Argument of type '{ title: string; buttons: ({ text: string; handler: ($event: any) => void; } | { text: string; } ...' is not assignable to parameter of type 'ActionSheetOptions'. Types of property 'buttons' are incompatible. Type '({ text: string; handler: ($event: any) => void; } | { text: string; } | { text: string; role: st...' is not assignable to type '(string | ActionSheetButton)[]'. Type '{ text: string; handler: ($event: any) => void; } | { text: string; } | { text: string; role: str...' is not assignable to type 'string | ActionSheetButton'. Type '{ text: string; handler: ($event: any) => void; }' is not assignable to type 'string | ActionSheetButton'. Type '{ text: string; handler: ($event: any) => void; }' is not assignable to type 'ActionSheetButton'. Types of property 'handler' are incompatible. Type '($event: any) => void' is not assignable to type '() => boolean | void'. src/pages/offers/offers.ts openShare(item) { let actionSheet = this.actionSheetCtrl.create({ title: 'Share ' + "TEST",

Everton Costa

Everton Costa   ·   6 years ago

It seems me that it uses Node 7.0 take a try...

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Flavia

Flavia   ·   6 years ago

Hello, Can you help me with this error: Typescript Error Argument of type '{ title: string; buttons: ({ text: string; handler: ($event: any) => void; } | { text: string; } ...' is not assignable to parameter of type 'ActionSheetOptions'. Types of property 'buttons' are incompatible. Type '({ text: string; handler: ($event: any) => void; } | { text: string; } | { text: string; role: st...' is not assignable to type '(string | ActionSheetButton)[]'. Type '{ text: string; handler: ($event: any) => void; } | { text: string; } | { text: string; role: str...' is not assignable to type 'string | ActionSheetButton'. Type '{ text: string; handler: ($event: any) => void; }' is not assignable to type 'string | ActionSheetButton'. Type '{ text: string; handler: ($event: any) => void; }' is not assignable to type 'ActionSheetButton'. Types of property 'handler' are incompatible. Type '($event: any) => void' is not assignable to type '() => boolean | void'. src/pages/offers/offers.ts openShare(item) { let actionSheet = this.actionSheetCtrl.create({ title: 'Share ' + "TEST",

Everton Costa

Everton Costa   ·   6 years ago

It seems me that it uses Node 7.0 take a try...

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ryan Pascal

Ryan Pascal   ·   7 years ago

Hello, can you provide the package.json so I can look at what dependencies your using?

parwej ahamad

parwej ahamad   ·   6 years ago

Added whole source code, you can find inside that. https://www.dropbox.com/s/ohke2dkxmj755d3/com.ion2location2.0.zip?dl=0

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Laurentiu Morariu

Laurentiu Morariu   ·   7 years ago

Getting errors even after installing typings: Typescript Error - Cannot find name 'google'.

parwej ahamad

parwej ahamad   ·   7 years ago

See my below comments: In case you are getting error 'google' is not declare or not found then follow the below steps: - Install the TypeScript Definition Manager CLI97 using npm... npm install typings --global - Then use your CLI to navigate into your Ionic 2 project's folder - And finally, install the google map definition files using the typings CLI... typings install dt~google.maps --global

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

parwej ahamad

parwej ahamad   ·   7 years ago

In case you are getting error 'google' is not declare or not found then follow the below steps: - Install the TypeScript Definition Manager CLI97 using npm... npm install typings --global - Then use your CLI to navigate into your Ionic 2 project's folder - And finally, install the google map definition files using the typings CLI... typings install dt~google.maps --global

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Hey there! You'll need to log in before you can leave a rating here.

parwej ahamad   ·     ·   7 years ago

Nice

  ·     ·   just now

{{ rating.comment }}

  ·     ·   just now

{{ rating.comment }}

parwej ahamad    ·     ·   7 years ago

Nice